home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / LapLink 6.zip / DISK1 / UNLOADRC.BAT < prev   
DOS Batch File  |  1994-07-12  |  201b  |  12 lines

  1. @echo off
  2.  
  3. REM *** Unload TSRs needed for DOS remote-control
  4. $A\rcdos.exe /u 
  5. if errorlevel 1 goto unload0
  6. $A\cmdos.exe /u 
  7. if errorlevel 1 goto unload0
  8. $A\$TBCOM.exe /u 
  9. :unload0
  10.  
  11. @echo on
  12.